Ensure that the path is always set
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Dec 2017 11:07:46 +0000 (11:07 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Dec 2017 11:07:46 +0000 (11:07 +0000)
commit51db8f8f538cc14a255d55c7d61c3a0844e52447
treea517e7e1b814b9a0266a5bbb02afbae7caf2e375
parent66f7f1768fc95c51ab346cacf7259cdaebc68ff2
Ensure that the path is always set

We are using `path` unconditionally, but it can be conditionally filled.
To avoid inconsistent internal state, and a compiler warning, let's
assert that the variable is always set.
gdk/gdkcontentserializer.c